Properties  Methods 


SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace : XyzDisplaceableFreeSurfacePointSeries<TXYZ> Class
XyzDisplaceableFreeSurfacePointSeries<TXYZ> Class Members

The following tables list the members exposed by XyzDisplaceableFreeSurfacePointSeries<TXYZ>.

Public Constructors
Public Properties
 NameDescription
Public Property Gets axes by which surface can be displaced.  
Public Property Gets value determining whether the displacement is absolute. This means that surface is displaced by a value from the displacement map by specified displacement axes absolutely, ignoring its relative direction from the origin.  
Public Property Gets or sets a value indicating whether the wrapped DataSeries is Dirty. This will be set to True when the DataSeries has changes, and must be set to False after creating a 3D mesh (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXYZ,TXYZ,TXYZ>)
Public Property Gets or sets Displacement Map value as double at the UV index.  
Public PropertyGets a data offset by X axis of the Surface represented in System.Double type. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXYZ,TXYZ,TXYZ>)
Public PropertyGets a data offset by Y axis of the Surface represented in System.Double type. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXYZ,TXYZ,TXYZ>)
Public PropertyGets a data offset by Z axis of the Surface represented in System.Double type. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXYZ,TXYZ,TXYZ>)
Public Property Gets the Synchronization object (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXYZ,TXYZ,TXYZ>)
Public Property Gets number of U segments of the 2D grid. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXYZ,TXYZ,TXYZ>)
Public Property Gets number of V segments of the 2D grid. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXYZ,TXYZ,TXYZ>)
Top
Public Methods
 NameDescription
Public Method Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXYZ,TXYZ,TXYZ>)
Public Method Gets the U coordinate by passed index of the 2D grid. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXYZ,TXYZ,TXYZ>)
Public Method Gets the V coordinate by passed index of the 2D grid. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXYZ,TXYZ,TXYZ>)
Public MethodGets a value at specified UV coordinate represented in System.Double type. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXYZ,TXYZ,TXYZ>)
Public MethodGets a value at specified index of the UV coordinate represented in System.Double type. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXYZ,TXYZ,TXYZ>)
Public MethodGets the System.IComparable X value by indices. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXYZ,TXYZ,TXYZ>)
Public MethodGets the System.IComparable Y value by indices. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXYZ,TXYZ,TXYZ>)
Public MethodGets the System.IComparable Z value by indices. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXYZ,TXYZ,TXYZ>)
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension Method Checks for null and if not null, calls Dispose
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also